Vcenter NamespaceManagement IPRange

Vcenter NamespaceManagement IPRange
Vcenter NamespaceManagement IPRange

The Vcenter NamespaceManagement IPRange schema is used to express a range of IP addresses. The formats supported by this structure will depend on the IP addressing scheme that is being used by vSphere Namespaces. Currently, vSphere Namespaces only supports IPv4.

This schema was added in vSphere API 7.0.1.0.

JSON Example
{
    "address": "string",
    "count": 0
}
string
address
Required

The starting address of the range.

This property was added in vSphere API 7.0.1.0.

integer As int64 As int64
count
Required

The number of IP addresses in the range.

This property was added in vSphere API 7.0.1.0.